home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / disp100.zip / DISPLAY.DOC next >
Text File  |  1993-05-28  |  2KB  |  51 lines

  1. DISPLAY v1.00  (05/28/93) 
  2. =============================================================================
  3.    
  4. What is it?
  5.  
  6.     DISPLAY.EXE is a utility that you can use in conjunction with your 
  7.     PCBoard system.  In particular, this utility would be most useful 
  8.     for running inside of PCBTEST.BAT if you want to display information 
  9.     to a caller, etc.
  10.     
  11.     Quite simply, this utility will display a file just as PCBoard would 
  12.     display it.  This means that your files can have @X codes or ANSI 
  13.     codes. In addition, you can have security, language, and graphics 
  14.     specific versions of the file you pass on the command line.
  15.     
  16. Syntax
  17.  
  18.     Executing DISPLAY is very simple.  First of all, it is going to look 
  19.     for your PCBOARD.DAT file so make sure that it is available.  If it 
  20.     is not, you must likely see a brief error message at the top of your 
  21.     screen followed by the screen clearing.  To execute DISPLAY simply 
  22.     use the following syntax:
  23.     
  24.              DISPLAY [filename]
  25.              
  26.     [filename] can be any valid filename including path or drive 
  27.     information if necessary.  If the filename you specify does not 
  28.     exist, DISPLAY will exit with an error informing you that the file 
  29.     coulud not be found. Example:
  30.     
  31.              DISPLAY C:\TEMP\READmE.TXT
  32.     
  33. Outputting to the serial port
  34.  
  35.     DISPLAY will work just fine as a local utility if you wish.  In 
  36.     addition, because it uses the Toolkit for PCBoard it will be able to 
  37.     output to any serial communications device that PCBoard supports.  
  38.     At the time of this release that means that COM1-8 are supported in 
  39.     addition to FOSSIL ports (for those using COMM-DRV). 
  40.  
  41.     DISPLAY will work with any port up to 115200 bps and will support 
  42.     the advanced features of the 16550 AFN UART.  What makes this even 
  43.     better is that you do not have to worry about any of this.  If 
  44.     PCBoard supports it, so will DISPLAY.  
  45.     
  46. Questions Anybody?
  47.  
  48.     If you have questions about this program, please direct them to 
  49.     Steve Catmull on Salt Air (PCBoard's support BBS).
  50.     
  51.